HorizontalPosition Enumeration

Represents the horizontal alignment of a frame in relation to a specific area for documents with a text.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Calc (in Independentsoft.Calc.dll) Version: 3.0.520.1+c6c593d5629a051e0af021b238c5d69d764f9686
C#
public enum HorizontalPosition

Members

Left0 Horizontal alignment of a frame should be centered in relation to a specific area for documents, on pages with an odd page number within a text.
Center1 Horizontal alignment of a frame should be centered in relation to a specific area for documents within a text.
Right2 Horizontal alignment of a frame should be centered in relation to a specific area for documents, on pages with an odd page number within a text.
FromLeft3 Horizontal alignment of a frame should be centered in relation to a specific area for documents, on pages with an odd page number within a text.
Inside4 Horizontal alignment of a frame should be centered in relation to a specific area for documents, on pages with an even page number within a text.
Outside5 Horizontal alignment of a frame should be centered in relation to a specific area for documents, on pages with an even page number within a text.
FromInside6 Horizontal alignment of a frame should be centered in relation to a specific area for documents, on pages with an even page number within a text.
None7 None.

See Also